<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.rendition.service.RenditionService.override">

  <require>org.nuxeo.ecm.platform.rendition.service.RenditionService</require>

  <documentation>

    The Rendition Service handles the registered rendition definitions and
    the rendering of a document based on a rendition definition.
    It provides an extension point to register rendition definitions.

    @author Thomas Roger (troger@nuxeo.com)
  

  </documentation>
  <extension point="store" target="org.nuxeo.ecm.core.transientstore.TransientStorageComponent">
    <!-- Explicit declaration based on default configuration to enforce GC -->
    <store name="LazyRenditionCache"/>
  </extension>

</component>
